home *** CD-ROM | disk | FTP | other *** search
INI File | 1998-12-15 | 921 b | 37 lines |
- [firebits]
- classType=KQEmitter
-
- # Change this to any KQS file - try not to have many polys tho.
- shape=firebit.kqs
-
- # This means that particles do not get all randomely created at once;
- # they wait to be shot out over time.
- delayStart=100
-
- # Particles will randomely move in a direction between min and max.
- # X and Z will control how much it fans out.
- # Y controls how fast it shoots out of the arrow.
- forceMinX=-3
- forceMinY=0
- forceMinZ=-3
-
- forceMaxX=3
- forceMaxY=75
- forceMaxZ=3
-
- # Rotation as the particles fly. 3.14=180 degrees
- rotMinY=0
- rotMaxY=3.14
-
- # Gravity is just an addition force. If you want something pulled down, give
- # it a negative Z gravity. Jason Piel suggested that flame particles fly up as
- # they disappear, so this is positive.
- gravityZ=3
-
- # How many cycles (1/15th of sec) does a particle live.
- maxLife=13
-
- # How many particles exist at once.
- maxParticles=4
-
-